home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / STRING / 1.txt next >
Encoding:
Text File  |  2005-02-06  |  3.3 KB  |  87 lines

  1. WThe server's host key was not found it the cache. You have no guarantee that the server is the computer you think it is. The server's key fingerprint is: %s
  2.  
  3. If you trust this host, press Yes. To connect without adding host key to the cache, press No. To abandon the connection press Cancel.
  4.  
  5. Continue connecting and add host key to the cache?NWARNING - POTENTIAL SECURITY BREACH!
  6.  
  7. The server's host key does not match the one WinSCP has is cache. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. The new key fingerprint is: %s
  8.  
  9. If you were expecting this change and trust the new key, press Yes to update cache and continue connecting. If you want to carry on connecting but without updatingthe cache, press No. If you want to abandon the connection completely, press Cancel. Pressing Cancel is the ONLY guaranteed safe choice.
  10. You are loading an SSH 2 private key which has an old version of the file format. This means your key file is not fully tamperproof. We recommend you convert your key to the new format.
  11.  
  12. You can perform this conversion by loading the key into PuTTYgen and then saving it again.╞help [ <command> [ <command2> ... ] ]
  13.   Displays list of commands when no parameters are specified.
  14.   Displays help for each command when some are specified.
  15. alias:
  16.   man
  17. examples:
  18.   help
  19.   help ls
  20. Dexit
  21.   Closes all sessions and terminates the program.
  22. alias:
  23.   bye
  24. Bopen <stored session>
  25. open [ sftp|scp:// ][ <user>@ [ :password ] ] <host> [ :<port> ]
  26.   Establishes connection to given host. Use either name of the stored
  27.   session or specify host, username, port and protocol directly.
  28. examples:
  29.   open
  30.   open sftp://martin@example.com:2222
  31.   open martin@example.com
  32.   open example.com
  33. Ñclose [ <session> ]
  34.   Closes session specified by its number. When session number is not
  35.   specified, closes currently selected session.
  36. examples:
  37.   close
  38.   close 1
  39. ¿session [ <session> ]
  40.   Makes session specified by its number active. When session number
  41.   is not specified, lists connected sessions.
  42. examples:
  43.   session
  44.   session 1
  45. Bpwd
  46.   Prints current remote working directory for active session.
  47. ºcd [ <directory> ]
  48.   Changes remote working directory for active session.
  49.   If directory is not specified, changes to home directory.
  50. examples:
  51.   cd /home/martin
  52.   cd
  53. 3ls [ <directory> ]/[ <wildcard> ]
  54.   Lists the contents of specified remote directory. If directory is 
  55.   not specified, lists working directory.
  56.   When wildcard is specified, it is treated as set of files to list.
  57.   Otherwise, all files are listed.
  58. alias:
  59.   dir
  60. examples:
  61.   ls
  62.   ls *.html
  63.   ls /home/martin
  64. Hlpwd
  65.   Prints current local working directory (valid for all sessions).
  66. Xlcd <directory>
  67.   Changes local working directory for all sessions.
  68. examples:
  69.   lcd d:\
  70.  lls [ <directory> ]\[ <wildcard> ]
  71.   Lists the contents of specified local directory. If directory is 
  72.   not specified, lists working directory.
  73.   When wildcard is specified, it is treated as set of files to list.
  74.   Otherwise, all files are listed.
  75. examples:
  76.   lls
  77.   lls *.html
  78.   lls d:\
  79. rm <file> [ <file2> ... ]
  80.   Removes one or more remote files. If remote recycle bin is
  81.   configured, moves file to the bin instead of deleting it.
  82.   Filename can be replaced with wildcard to select multiple files.
  83. examples:
  84.   rm index.html
  85.   rm index.html about.html
  86.   rm *.html
  87.